Uses of Package
edu.uky.ai.tic.state
| Package | Description |
|---|---|
| edu.uky.ai.tic |
This package provides the game of Tic Tac Toe and the tools for building AI
players.
|
| edu.uky.ai.tic.ai |
This package contains the tools needed to build an AI for playing Tic Tac
Toe that uses adversarial game tree search techniques.
|
| edu.uky.ai.tic.state |
This package contains the model of the state of a game of Tic Tac Toe along
with a representation of all the next available moves and how they change
the game's state.
|
-
Classes in edu.uky.ai.tic.state used by edu.uky.ai.tic Class Description Player The two possible Tic Tac Toe players: X and O.State Represents the current state of a Tic Tac Toe game. -
Classes in edu.uky.ai.tic.state used by edu.uky.ai.tic.ai Class Description Move Represents an individual move in a game of Tic Tac Toe.State Represents the current state of a Tic Tac Toe game. -
Classes in edu.uky.ai.tic.state used by edu.uky.ai.tic.state Class Description Move Represents an individual move in a game of Tic Tac Toe.Player The two possible Tic Tac Toe players: X and O.State Represents the current state of a Tic Tac Toe game.